Add PR template and CLAUDE.md guide#33
Merged
Merged
Conversation
Add a GitHub pull request template under .github/ and a CLAUDE.md guide at the repository root to keep contributions consistent. - .github/pull_request_template.md: enforces an English, structured PR description (summary, type of change, changes, testing, documentation, related issues) and reminds authors not to check testing items that were not actually run. - CLAUDE.md: documents the repository language policy (English by default, French translation kept in sync), build/test commands, project layout, change guidelines (including the ReSharper/Rider code-style settings), and error/documentation conventions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GbeMRYX4qz3E4euqLUKv4f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a GitHub pull request template and a
CLAUDE.mdguide to keep contributions consistent. The main goal is to stop PR/commit descriptions from drifting between languages by pinning English as the repository language.Type of change
Changes
.github/pull_request_template.md: enforces an English, structured PR description (summary, type of change, changes, testing, documentation, related issues) and reminds authors not to check testing items that were not actually run.CLAUDE.mdat the repository root: documents the language policy (English by default, French translation kept in sync), build/test commands, project layout, change guidelines (including the ReSharper/Rider code-style settings inFirstClassErrors.sln.DotSettings), and error/documentation conventions.Testing
dotnet build FirstClassErrors.slndotnet test FirstClassErrors.slnFirstClassErrors.Analyzers.UnitTests)This PR only adds Markdown files (a PR template and
CLAUDE.md); no source code changed, so build and test were not required and were not run.Documentation
This PR adds repository meta-documentation (a PR template and a
CLAUDE.mdguide). No product/API/error documentation, README, or French translation was affected.Related issues
None.